home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Misc / emu / p-interp.lha / p-interp-0.5 / version.h < prev    next >
C/C++ Source or Header  |  2004-02-02  |  152b  |  7 lines

  1. #define VERSION "0.5"
  2.  
  3. #ifndef __AMIGADATE__
  4. #define __AMIGADATE__ "("__DATE__")"
  5. #endif
  6. const char VERsion[]="$VER: ucsd "VERSION" "__AMIGADATE__" $";
  7.